home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / cm_id10.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  2000-05-04  |  1.2 KB  |  61 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 121
  4.   Width = 161
  5.   Height = 160
  6.   AutoSize = True
  7.   Caption = 'CrackMe [id:10]'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   OnCreate = memotext
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Memo1: TMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 153
  23.     Height = 81
  24.     Enabled = False
  25.     Lines.Strings = (
  26.       'Memo1')
  27.     TabOrder = 0
  28.   end
  29.   object MainMenu1: TMainMenu
  30.     Left = 176
  31.     Top = 8
  32.     object Exit1: TMenuItem
  33.       Caption = 'Exit'
  34.       OnClick = Exit1Click
  35.     end
  36.     object About2: TMenuItem
  37.       Caption = 'About'
  38.       OnClick = About2Click
  39.     end
  40.     object Menue1: TMenuItem
  41.       Caption = 'Menue'
  42.       object Setup1: TMenuItem
  43.         Caption = 'Setup'
  44.         OnClick = nothing
  45.       end
  46.       object Options1: TMenuItem
  47.         Caption = 'Options'
  48.         OnClick = nothing
  49.       end
  50.       object Properties1: TMenuItem
  51.         Caption = 'Properties'
  52.         OnClick = nothing
  53.       end
  54.       object Bla1: TMenuItem
  55.         Caption = 'Bla...'
  56.         OnClick = nothing
  57.       end
  58.     end
  59.   end
  60. end
  61.